PATHMac OS 8 and 9 Developer Documentation > Interapplication Communication > AppleScript for Scripters >

AppleScript Language Guide

   

Considering and Ignoring Attributes

AppleScript defines the attributes application responses , case , diacriticals , expansion , hyphens , punctuation , and white space for comparisons that use Considering or Ignoring statements. These attributes are described in Table A-2. They specify whether to consider or ignore specific characteristics when performing an evaluation.

"Hello Bob" = "HelloBob" --result: false
ignoring white space
    "Hello Bob" = "HelloBob" --result: true
end considering

For more information and examples, see Considering and Ignoring Statements.


© 1999 Apple Computer, Inc. – (Last Updated 21 May 99)